github.com/andybalholm/brotli/matchfinder.Trio.table8 (field)
15 uses
github.com/andybalholm/brotli/matchfinder (current package)
trio.go#L11: table8 [1 << 17]tableEntry
trio.go#L17: z.table8 = [len(z.table8)]tableEntry{}
trio.go#L41: for i := range z.table8 {
trio.go#L42: v := z.table8[i].offset
trio.go#L45: z.table8[i] = tableEntry{}
trio.go#L47: z.table8[i].offset = v
trio.go#L100: candidate8 := z.table8[nextHash8]
trio.go#L105: z.table8[nextHash8] = entry
trio.go#L157: candidate8 := z.table8[nextHash8]
trio.go#L162: z.table8[nextHash8] = entry
trio.go#L194: z.table8[z.hash8(cv0)] = te0
trio.go#L206: candidate8 := z.table8[nextHash8]
trio.go#L210: z.table8[nextHash8] = entry
trio.go#L287: z.table8[z.hash8(cv0)] = te0
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |